![]() |
ALMaSS
1.0
The Animal, Landscape and Man Simulation System
|
#include <Goose_Base.h>
Public Attributes | |
TTypeOfMaxIntakeSource | m_maxintakesource |
The intake source which gave the maximum intake. More... | |
bool | m_iscereal |
Flag for whether the intake source is a cereal. More... | |
TTypesOfVegetation | m_veg |
The vegetation type. More... | |
bool | m_instubble |
Flag to indicate if the intake source was in stubble. More... | |
TTypesOfVegetation | m_prevsowncrop |
The previous sown crop on the forage location. More... | |
A class to hold data required to classify the habitat usage of geese
bool TMaxIntakeSource::m_instubble |
Flag to indicate if the intake source was in stubble.
Referenced by Goose_Population_Manager::DoLast(), and Goose_Base::GetMaxForageRate().
bool TMaxIntakeSource::m_iscereal |
Flag for whether the intake source is a cereal.
Referenced by Goose_Population_Manager::DoLast(), and Goose_Base::GetMaxForageRate().
TTypeOfMaxIntakeSource TMaxIntakeSource::m_maxintakesource |
The intake source which gave the maximum intake.
Referenced by Goose_Population_Manager::DoLast(), Goose_Base::GetMaxForageRate(), and Goose_Base::st_Forage().
TTypesOfVegetation TMaxIntakeSource::m_prevsowncrop |
The previous sown crop on the forage location.
Referenced by Goose_Population_Manager::DoLast(), and Goose_Base::GetMaxForageRate().
TTypesOfVegetation TMaxIntakeSource::m_veg |
The vegetation type.
Referenced by Goose_Population_Manager::DoLast(), and Goose_Base::GetMaxForageRate().